home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000268_neal@ctd.comsat.com_Mon Feb 7 08:39:00 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from neal.ctd.comsat.com by cs.umb.edu with SMTP id AA07841
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 7 Feb 1994 13:39:19 -0500
  3. Received: by neal.ctd.comsat.com (Smail3.1.28.1 #29)
  4.     id m0pTarW-0002fOC; Mon, 7 Feb 94 13:39 EST
  5. Message-Id: <m0pTarW-0002fOC@neal.ctd.comsat.com>
  6. Date: Mon, 7 Feb 94 13:39 EST
  7. From: neal@ctd.comsat.com (Neal Becker)
  8. To: tim@maths.tcd.ie
  9. Cc: kb@cs.umb.edu, tex-k@cs.umb.edu
  10. Subject: Re: -g vs. -O
  11. In-Reply-To: <9402061137.aa13823@hamilton.maths.tcd.ie>
  12. References: <199402051204.AA17481@terminus.cs.umb.edu>
  13.     <9402061137.aa13823@hamilton.maths.tcd.ie>
  14.  
  15. >>>>> "Timothy" == Timothy Murphy <tim@maths.tcd.ie> writes:
  16.  
  17.     >>  If someone wants to try -O, I think they *should* have to know
  18.     >> what they're doing, and that it may fail.
  19.     >> 
  20.  
  21.     Timothy> Karl,
  22.  
  23.  
  24.     Timothy> I haven't checked with TeX, but some programs are 10
  25.     Timothy> times as large under Linux if compiled with -g and not
  26.     Timothy> stripped.
  27.  
  28. Yes!  If you don't want optimization PLEASE use nothing.  -g forces
  29. static linking on linux and with gcc on hpux.
  30.  
  31. Also, shouldn't we make it much easier to choose no window support?
  32. I had to take this out on my linux machine, because I have the
  33. libraries (just because of some old binaries that need it), but I
  34. don't have X11 includes right now.  So configure decided I wanted to
  35. use X11 support.
  36.  
  37. I think this is a mistake.  Windowing support for MF should be an
  38. option that is turned off by default.  How many people use this?  How
  39. many people have had trouble installing binaries because they were
  40. dynamically linked to X libs that aren't even needed?  How many had
  41. to do battle to prevent MakeTeXPK from bringing up MF windows?